home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-19 / gpt32src.zip / README.AMI < prev    next >
Text File  |  1991-09-20  |  3KB  |  88 lines

  1. SOME NOTES ON GNUPLOT ON THE AMIGA ...
  2.  
  3.  
  4.  
  5. Environment Variables:
  6.  
  7.    GNUFONT   You can say "setenv GNUFONT <Fontname>/<Pointsize>" to get the font
  8.              of your liking on the screen, e.g. "setenv GNUFONT sapphire/14".
  9.              Otherwise gnuplot will select the default-font you chose with
  10.              "Preferences".
  11.  
  12.    GNUHELP   Allows you to define a pathname for the GNUPlot help file.  For
  13.              example, "setenv GNUHELP TEX:gnuplot.gih"
  14.  
  15.    GNUPLOT   Your current directory is searched for the file ".gnuplot".
  16.              If you say "setenv GNUPLOT <Path>" (without the filename!)
  17.              GNUPlot will look for it there.
  18.  
  19.    GNUTERM   You can define a default driver with "setenv GNUTERM <driver>".
  20.              A good choice is "setenv GNUTERM amiga" :^)
  21.  
  22.    SHELL     If you don't like "NewShell" as your shell, you can say
  23.              "setenv SHELL <Shell>".
  24.  
  25.  
  26. Stack Size:
  27.  
  28.    Set your stack to at least 20000 and you'll be fine (I hope).
  29.    If you're using the integral feature, a stack size of at least 70000
  30.    is necessary (at least it is for "bivariat.demo" to execute).
  31.  
  32.  
  33.  
  34. --------------------------   LATTICE C VERSION   ------------------------------
  35.  
  36.  
  37. Default paths/directories:
  38.  
  39.    Gnuplot looks for the file "gnuplot.gih" in your "S:"-directory unless you
  40.    specify the full pathname including the filename via "setenv GNUHELP".
  41.  
  42.  
  43. Bugs/deficiencies:
  44.  
  45.    The SAS/C 5.1 library routine [fs]scanf will not correctly handle
  46.    format-strings like "%[^\n]s". Maybe this will be fixed by SAS in future
  47.    versions.
  48.  
  49.    When using "%g" as format-string, SAS/C 5.1 [fs]printf will incorrectly
  50.    output "0" as "0.". This looks rather ugly as a axis-label.
  51.  
  52.  
  53. SAS/C 5.1 bugs:
  54.  
  55.    SAS/C 5.1 [fs]scanf will count parameters overread with the "%*s" format-
  56.    string as properly matched. I included a fix for this by counting the
  57.    "%*"-sequences in the given format-string. Therfore the "*" must immediately
  58.    follow the "%" (I don't know if it's legal to put something in-between
  59.    these two characters anyway...).
  60.  
  61.    If you start a shell via the gnuplot "shell"-command you won't be able to
  62.    close your CLI/Shell again. This is probably due to an error in the
  63.    SAS/C "system"-call.
  64.  
  65.    "isatty(fileno(stdin))" did not work correctly. A fix is included.
  66.  
  67.    SAS/C does not seem to handle float-parameters in function-calls and
  68.    -declarations correctly. (This cost me at least 2 hours to figure out >:-( ).
  69.    See the latex- and eepic-drivers for details.
  70.  
  71.  
  72.  
  73.  
  74. ---------------------------   AZTEC C VERSION   -------------------------------
  75.  
  76.  
  77. Default paths/directories:
  78.  
  79.    GNUPlot looks for the "gnuplot.gih" file in "GNUPLOT:docs/gnuplot.gih" if
  80.    GNUHELP is not defined.   This is defined in the makefile (makefile.ami).
  81.  
  82.  
  83. Terminal Drivers:
  84.  
  85.    The Aztec C version can now use the "amiga.trm" driver written by
  86.    Carsten Steger.  Under KS/WB 2.0, a custom screen will be used with a size
  87.    specified by the Prefs/Overscan program.
  88.